Defines the settings for creating the table of contents in a flow document.

Full documentation

Initializes a new PDFFlowDocumentToCSettings object.

Full documentation

Gets the contents entry filler.
The character is multiplied as necessary to fill the space between the heading text and the page number.

Full documentation

Gets the spacing after a table of contents entry.

Full documentation

Gets the spacing before a table of contents entry.

Full documentation

Gets the heading indent.

Full documentation

Gets the collection of page numbers.
The pairs in this collection specify a page and a number (or any string that can server as page number). If the page appears in the table of contents (because it contains a heading that is included in the table of contents), the corresponding page number will be displayed for the heading.

Full documentation

Gets the contents page position in the document.
This value is used if method returns true.

Full documentation

Gets the table of contents color.
This value is used if method returns true.

Full documentation

Gets the font for displaying the contents text.
This value is used if method returns true.

Full documentation

Gets the table of contents title.
Usually this property is a string like "Contents" or "Table of Contents".

Full documentation

Gets a value indicating whether the table of contents should be generated as separate pages in the document.

Full documentation

Gets a value indicating whether the table of contents should be generated as document outline (bookmarks).

Full documentation

Gets the maximum heading level to be included in the contents page.
This value is used if method returns true.

Full documentation

Gets the maximum heading level to be included in the document outline.

Full documentation

Gets the parent structure element for the table of contents.

Full documentation

Sets the contents entry filler.
The character is multiplied as necessary to fill the space between the heading text and the page number.
This value is used if method returns true.

Full documentation

Sets the spacing after a table of contents entry.
This value is used if method returns true.

Full documentation

Sets the spacing before a table of contents entry.
This value is used if method returns true.

Full documentation

Sets the heading indent.
Level 1 headings are aligned to page's left margin. Level 2 headings are indented with space, level 3 headings are indented with 2 * space, and so on.
This value is used if method returns true.

Full documentation

Sets the collection of page numbers.
The pairs in this collection specify a page and a number (or any string that can server as page number). If the page appears in the table of contents (because it contains a heading that is included in the table of contents), the corresponding page number will be displayed for the heading.

Full documentation

Sets the contents page position in the document.
This value is used if method returns true.

Full documentation

Sets the table of contents color.
This value is used if method returns true.

Full documentation

Sets the font for displaying the contents text.
This value is used if method returns true.

Full documentation

Sets the table of contents title.
Usually this property is a string like "Contents" or "Table of Contents".

Full documentation

Sets a value indicating whether the table of contents should be generated as separate pages in the document.

Full documentation

Sets a value indicating whether the table of contents should be generated as document outline (bookmarks).

Full documentation

Sets the maximum heading level to be included in the contents page.
This value is used if method returns true.

Full documentation

Sets the maximum heading level to be included in the document outline.

Full documentation

Sets the parent structure element for the table of contents.

Full documentation